ComponentOne ASP.NET MVC Controls
ScaleY Property

C1.Web.Mvc Namespace > ChartGestures<T> Class : ScaleY Property
Gets or sets the initial scale of axis Y.
Syntax
'Declaration
 
<DefaultValueAttribute(1)>
Public Property ScaleY As Single
[DefaultValue(1)]
public float ScaleY {get; set;}
Remarks
The scale should be more than 0 and less than or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value), the whole axis range is visible.
See Also

Reference

ChartGestures<T> Class
ChartGestures<T> Members